Add doc-strings to some cl float parameters.
authorGlenn Morris <rgm@gnu.org>
Thu, 27 Oct 2011 07:21:00 +0000 (00:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 27 Oct 2011 07:21:00 +0000 (00:21 -0700)
commitf00450a31dd8e71f1486a0a366df8b71c6dd48a4
treee75d1d51d63a1cc388c5f8bb5172a6fab24fc8b9
parentaf78710575d57d7edf137e05a295d9bd8c223698
Add doc-strings to some cl float parameters.

* lisp/emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
* lisp/emacs-lisp/cl.el (most-positive-float, most-negative-float)
(least-positive-float, least-negative-float)
(least-positive-normalized-float, least-negative-normalized-float)
(float-epsilon, float-negative-epsilon): Add doc-strings,
based on those in cl.texi.

* lisp/emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
(least-positive-float, least-negative-float)
(least-positive-normalized-float, least-negative-normalized-float)
(float-epsilon, float-negative-epsilon):
Remove unnecessary declarations.
lisp/ChangeLog
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl.el